riscv: import the supervisor binary interface header file
authorLukas Auer <[email protected]>
Sun, 17 Mar 2019 18:28:33 +0000 (19:28 +0100)
committerAndes <[email protected]>
Mon, 8 Apr 2019 01:44:25 +0000 (09:44 +0800)
commit34a0626fc344f51cd768efecdd52628b677fb9a8
treebbe5d8ecdf939ae9d64066bd4e309d6434746050
parentfa33f08fd657b8568ede929df8a79bd113e9c5b1
riscv: import the supervisor binary interface header file

Import the supervisor binary interface (SBI) header file from Linux
(arch/riscv/include/asm/sbi.h). The last change to it was in commit
6d60b6ee0c97 ("RISC-V: Device, timer, IRQs, and the SBI").

Signed-off-by: Lukas Auer <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
arch/riscv/include/asm/sbi.h [new file with mode: 0644]